home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / pplanner.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.9 KB  |  83 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Cost Estimation and Poject Scheduling Tasks
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Ford Aeospace and Communications Corp
  7. --                   : 3939 Fabian Way,
  8. --                   : Palo Alto, CA 94303
  9. --                   : Contact: Lt. Colonel Falgiano
  10. --                   : ESD/SCW
  11. --                   : Hanscom AFB, MA  01731
  12. -- COPYRIGHT         : (c) 1985 
  13. -- DATE CREATED      : 1985
  14. -- DATE RELEASED     : 1985
  15. -- DATE LAST UPDATED : 1985
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : 
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : MANAGEMENT TOOLS
  20. -- CATEGORY LEVEL 2  : Cost Estimation
  21. -- CATEGORY LEVEL 3  : 
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : 
  24. -- INDEX             : Cost Estimation
  25. -- INDEX             : Estimation, Cost
  26. -- INDEX             : Project Scheduling
  27. -- INDEX             : Scheduling, Project
  28. -- INDEX             : COCOMO
  29. -- TAXONOMY          : 
  30. -- DEPENDENCIES      : 
  31. -- SEE ALSO          : WIS_TOOL_17_2
  32. --= FILE LISTING         ===============================================--
  33. -- FILE SPECS        : PD:<ADA.MANAGEMENT-TOOLS>PPLAN*.*
  34. -- DIRECTORY DISPLAY :
  35. -- Directory   PD:<ADA.MANAGEMENT-TOOLS>
  36. --      File Name     Byte Count  Line Count
  37. --   ---------------  ----------  ----------
  38. --   PPLANNER.ABS           1594          34
  39. --   PPLANNER.CMM            774          23
  40. --   PPLANNER.DOC         144593        4730
  41. --   PPLANNER.PRO           3590          74
  42. --   PPLANNER.SRC         394030       13292
  43. --   PPLANNER.TST          47041        1361
  44. --   PPLANSRC.DIS            178           6
  45. --   PPLANTST.DIS            410          12
  46. --   ===============  ==========  ==========
  47. --     8 Files            592210       19532
  48. --= ABSTRACT             ===============================================--
  49. --         The cost estimation tool uses the COCOMO model.   It  produces
  50. -- manpower  and  schedule  estimates.  The project scheduler is based on
  51. -- SIMPERT which is a Monte Carlo simulation and review technique.  It is
  52. -- useful  in  assessing  the effects of requirement changes and schedule
  53. -- delays, and in risk analysis.  It produces critical path and schedule,
  54. -- the  probability  of completing on schedule, and Gantt chart graphics.
  55. -- The Input File generator allows the user  to  build  input  files  for
  56. -- COCOMO or SIMPERT, and then to modify such files.
  57. --= REVISION HISTORY     ===============================================--
  58. --
  59. --  DATE    VERSION AUTHOR                    HISTORY 
  60. --  1985    1.0     Ford Aerospace and        Initial Release
  61. --                  Communications Corp.
  62. --= RELEASE NOTICE       ===============================================--
  63. -- This prologue must be included in all copies of this software.
  64. -- 
  65. -- This software is copyright by the author.
  66. -- 
  67. -- This software is released to the Ada community.
  68. -- This software is released to the Public Domain (note:
  69. --   software released to the Public Domain is not subject
  70. --   to copyright protection).
  71. -- Restrictions on use or distribution:  NONE
  72. --= DISCLAIMER           ===============================================--
  73. --     This software and its documentation are provided "AS IS" and
  74. -- without any expressed or implied warranties whatsoever.  No warranties
  75. -- as to performance, merchantability, or fitness for a particular
  76. -- purpose exist.
  77. --     The user is advised to test the software thoroughly before
  78. -- relying on it.  The user must assume the entire risk and liability of
  79. -- using this software.  In no event shall any person or organization of
  80. -- people be held responsible for any direct, indirect, consequential or
  81. -- inconsequential damages or lost profits.
  82. --======================================================================--
  83.